VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementCollectionJS type / WebUiElementCollectionJS Constructors / WebUiElementCollectionJS Constructor(WebUiElementJS[],boolean)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebUiElementCollectionJS Constructor(WebUiElementJS[],boolean)
In This Topic
Initializes a new instance of the WebUiElementCollectionJS class.
Syntax
// Parameters
var items; // Type: WebUiElementJS[]
var readOnly; // Type: boolean

var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);

Parameters

items
An array of WebUiElementJS objects OR element identifiers.
readOnly
A value indicating whether the collection is read only.
Browser Compatibility
56+
45+
11
See Also